home *** CD-ROM | disk | FTP | other *** search
- _X = _root.cam._x;
- _Y = _root.cam._y;
- _height = _root.cam._height;
- _width = _root.cam._width;
- var onEnterFrame = function()
- {
- _X = _root.cam._x;
- _Y = _root.cam._y;
- if(_root.level == 1)
- {
- sublevel = "LET\'S BUILD THINGS!";
- }
- level = "Level " + _root.level;
- if(_root.level == 6)
- {
- bosshp._visible = true;
- }
- else
- {
- bosshp._visible = false;
- }
- };
-